home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / VFD17.ZIP / SAMPLE.BAT < prev    next >
DOS Batch File  |  1994-12-18  |  226b  |  10 lines

  1. @echo off
  2. rem Replace the AVI file names with your favorite RLE AVIs.
  3. :start
  4. geewiz pretty.avi -l1 -g -d -f3 -m1
  5. if errorlevel 1 goto end
  6. geewiz pretty2.avi -l1 -g -d -f3 -m2
  7. if errorlevel 1 goto end
  8. goto start
  9. :end
  10.